projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4328d4
)
; Fix warning in last change to semantic/idle.el.
author
Basil L. Contovounesios
<contovob@tcd.ie>
Tue, 9 Feb 2021 19:04:58 +0000
(19:04 +0000)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Tue, 9 Feb 2021 19:05:25 +0000
(19:05 +0000)
lisp/cedet/semantic/idle.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/semantic/idle.el
b/lisp/cedet/semantic/idle.el
index 29cc8187e1921c41770925b8687067e14eb92c11..5af4607abb8187092a52dd79858544cf25c0a1d9 100644
(file)
--- a/
lisp/cedet/semantic/idle.el
+++ b/
lisp/cedet/semantic/idle.el
@@
-898,7
+898,7
@@
Call `semantic-symref-hits-in-region' to identify local references."
(when (semantic-tag-p target)
(require 'semantic/symref/filter)
(semantic-symref-hits-in-region
-
target (lambda (start end
prefix)
+
target (lambda (start end _
prefix)
(when (/= start (car Hbounds))
(pulse-momentary-highlight-region
start end semantic-idle-symbol-highlight-face))